﻿2026-06-08T23:22:37.2140414Z ##[group]Run actions/checkout@v5
2026-06-08T23:22:37.2141503Z with:
2026-06-08T23:22:37.2142033Z   repository: SaberMage/spt-core
2026-06-08T23:22:37.2147910Z   token: ***
2026-06-08T23:22:37.2148428Z   ssh-strict: true
2026-06-08T23:22:37.2149176Z   ssh-user: git
2026-06-08T23:22:37.2150050Z   persist-credentials: true
2026-06-08T23:22:37.2150631Z   clean: true
2026-06-08T23:22:37.2151180Z   sparse-checkout-cone-mode: true
2026-06-08T23:22:37.2151811Z   fetch-depth: 1
2026-06-08T23:22:37.2152328Z   fetch-tags: false
2026-06-08T23:22:37.2152912Z   show-progress: true
2026-06-08T23:22:37.2153451Z   lfs: false
2026-06-08T23:22:37.2153983Z   submodules: false
2026-06-08T23:22:37.2154529Z   set-safe-directory: true
2026-06-08T23:22:37.2155343Z ##[endgroup]
2026-06-08T23:22:38.0236575Z Syncing repository: SaberMage/spt-core
2026-06-08T23:22:38.0237599Z ##[group]Getting Git version info
2026-06-08T23:22:38.0237982Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-08T23:22:38.0477208Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-08T23:22:38.0684965Z git version 2.43.0.windows.1
2026-06-08T23:22:38.0712064Z ##[endgroup]
2026-06-08T23:22:38.0721901Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\0c6b1316-d82c-4e5e-839b-d8ba3a66035f\.gitconfig'
2026-06-08T23:22:38.0735912Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\0c6b1316-d82c-4e5e-839b-d8ba3a66035f' before making global git config changes
2026-06-08T23:22:38.0736590Z Adding repository directory to the temporary git global config as a safe directory
2026-06-08T23:22:38.0741014Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-08T23:22:38.0975289Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-08T23:22:38.1181517Z https://github.com/SaberMage/spt-core
2026-06-08T23:22:38.1217779Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-08T23:22:38.1222225Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-08T23:22:38.1414151Z HEAD
2026-06-08T23:22:38.1880726Z ##[endgroup]
2026-06-08T23:22:38.1884555Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-08T23:22:38.5863898Z ##[group]Cleaning the repository
2026-06-08T23:22:38.5868626Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-08T23:22:39.5767886Z Removing dist/
2026-06-08T23:22:39.5768253Z Removing target/
2026-06-08T23:22:39.5801770Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-08T23:22:39.6611613Z HEAD is now at 78c4a78 ci(release): stage Windows asset under pwsh, not Windows PowerShell 5.1
2026-06-08T23:22:39.6635307Z ##[endgroup]
2026-06-08T23:22:39.6639107Z ##[group]Disabling automatic garbage collection
2026-06-08T23:22:39.6644069Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-08T23:22:39.6875101Z ##[endgroup]
2026-06-08T23:22:39.6875495Z ##[group]Setting up auth
2026-06-08T23:22:39.6881376Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-08T23:22:39.7092092Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-08T23:22:40.0503341Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-08T23:22:40.0745050Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-08T23:22:40.4279218Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-08T23:22:40.4486858Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-08T23:22:40.8036758Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-08T23:22:40.8337436Z ##[endgroup]
2026-06-08T23:22:40.8337792Z ##[group]Fetching the repository
2026-06-08T23:22:40.8344118Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6843a8f4e0335fa947b6eb0b5bed3d6ff39f5796:refs/remotes/origin/dev-freeform
2026-06-08T23:22:42.9108847Z From https://github.com/SaberMage/spt-core
2026-06-08T23:22:42.9109357Z  + 78c4a78...6843a8f 6843a8f4e0335fa947b6eb0b5bed3d6ff39f5796 -> origin/dev-freeform  (forced update)
2026-06-08T23:22:42.9230672Z ##[endgroup]
2026-06-08T23:22:42.9231733Z ##[group]Determining the checkout info
2026-06-08T23:22:42.9232236Z ##[endgroup]
2026-06-08T23:22:42.9237565Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-08T23:22:42.9521556Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-08T23:22:42.9740485Z ##[group]Checking out the ref
2026-06-08T23:22:42.9745291Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-08T23:22:43.0479744Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-08T23:22:43.0480504Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-08T23:22:43.0481151Z Previous HEAD position was 78c4a78 ci(release): stage Windows asset under pwsh, not Windows PowerShell 5.1
2026-06-08T23:22:43.0481548Z Switched to and reset branch 'dev-freeform'
2026-06-08T23:22:43.0507202Z ##[endgroup]
2026-06-08T23:22:43.0758684Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-08T23:22:43.0958145Z 6843a8f4e0335fa947b6eb0b5bed3d6ff39f5796
